home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2005 November / Game.EXE_11_2005_DVD.iso / Flash Games / Robo Farmer / robofarmer.swf / scripts / frame_314 / DoAction.as
Encoding:
Text File  |  2005-09-23  |  314 b   |  14 lines

  1. stopAllSounds();
  2. if(_root.allliveslost == true)
  3. {
  4.    _root.sndgorebastard_sdmr.start(0,1000);
  5.    _root.sndgorebastard_sdmr.setVolume(50);
  6.    gotoAndStop("Death Frame");
  7. }
  8. if(_root.musicoff == false)
  9. {
  10.    _root.sndgorebastard_sifha.start(0,1000);
  11.    _root.sndgorebastard_sifha.setVolume(50);
  12. }
  13. stop();
  14.